home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / AMTA.exe / 0 / RCDATA / TFRMCONNECTTOCLIENT / TFRMCONNECTTOCLIENT.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.5 KB  |  143 lines

  1. object frmConnectToClient: TfrmConnectToClient
  2.   Left = 418
  3.   Top = 209
  4.   BorderStyle = bsDialog
  5.   Caption = 'Connect'
  6.   ClientHeight = 168
  7.   ClientWidth = 278
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblHost: TLabel
  20.     Left = 4
  21.     Top = 48
  22.     Width = 25
  23.     Height = 13
  24.     Caption = '&Host:'
  25.     FocusControl = cboHosts
  26.   end
  27.   object lblPassword: TLabel
  28.     Left = 4
  29.     Top = 96
  30.     Width = 49
  31.     Height = 13
  32.     Caption = '&Password:'
  33.     FocusControl = edtPassword
  34.   end
  35.   object Bevel1: TBevel
  36.     Left = 0
  37.     Top = 41
  38.     Width = 278
  39.     Height = 2
  40.     Align = alTop
  41.   end
  42.   object cboHosts: TComboBox
  43.     Left = 4
  44.     Top = 64
  45.     Width = 270
  46.     Height = 21
  47.     Anchors = [akLeft, akTop, akRight]
  48.     ItemHeight = 13
  49.     TabOrder = 0
  50.   end
  51.   object edtPassword: TEdit
  52.     Left = 4
  53.     Top = 112
  54.     Width = 270
  55.     Height = 21
  56.     Anchors = [akLeft, akTop, akRight]
  57.     PasswordChar = '*'
  58.     TabOrder = 1
  59.   end
  60.   object comOK: TButton
  61.     Left = 122
  62.     Top = 140
  63.     Width = 71
  64.     Height = 25
  65.     Anchors = [akTop, akRight]
  66.     Caption = 'OK'
  67.     Default = True
  68.     TabOrder = 2
  69.     OnClick = comOKClick
  70.   end
  71.   object comCancel: TButton
  72.     Left = 198
  73.     Top = 140
  74.     Width = 75
  75.     Height = 25
  76.     Anchors = [akTop, akRight]
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     ModalResult = 2
  80.     TabOrder = 3
  81.   end
  82.   object pnlTop: TPanel
  83.     Left = 0
  84.     Top = 0
  85.     Width = 278
  86.     Height = 41
  87.     Align = alTop
  88.     BevelOuter = bvNone
  89.     Color = clWhite
  90.     TabOrder = 4
  91.     object Image1: TImage
  92.       Left = 241
  93.       Top = 4
  94.       Width = 32
  95.       Height = 32
  96.       Anchors = [akTop, akRight]
  97.       Picture.Data = {<image000.ico>}
  98.     end
  99.     object Memo1: TMemo
  100.       Left = 4
  101.       Top = 4
  102.       Width = 229
  103.       Height = 33
  104.       TabStop = False
  105.       Anchors = [akLeft, akTop, akRight]
  106.       BorderStyle = bsNone
  107.       Lines.Strings = (
  108.         'Connect to a remote AutoMate Task '
  109.         'Service.')
  110.       ReadOnly = True
  111.       TabOrder = 0
  112.     end
  113.   end
  114.   object IvTranslator1: TIvTranslator
  115.     DictionaryName = 'dcoAMTA'
  116.     Left = 12
  117.     Top = 277
  118.     TargetsData = (
  119.       1
  120.       5
  121.       (
  122.         '*'
  123.         'Hint'
  124.         0)
  125.       (
  126.         '*'
  127.         'Caption'
  128.         0)
  129.       (
  130.         '*'
  131.         'Items'
  132.         0)
  133.       (
  134.         'TMemo'
  135.         'Text'
  136.         0)
  137.       (
  138.         '*'
  139.         'Lines'
  140.         0))
  141.   end
  142. end
  143.